Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / NullablePropertyChangedEventArgs<T> Class / OldValue Property

In This Topic
    OldValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    'Declaration
     
    
    Public Property OldValue As Nullable(Of T)
    public Nullable<T> OldValue {get; set;}
    See Also